--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 73db65b12c3eb1c7d113ad1822ba73fb24e169d5
Parents : eb84210
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T16:19:31-06:00
fix(version): correct version string formatting in version.py
Changes
Diff
diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py
index 3cb8bf2e..b5a13a73 100644
--- a/meshchatx/src/version.py
+++ b/meshchatx/src/version.py
@@ -1,5 +1,6 @@
-"""Auto-generated helper so Python tooling and the Electron build
+"""
+Auto-generated helper so Python tooling and the Electron build
share the same version string.
"""
-__version__ = "2.50.0"
+__version__ = '2.50.0'
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────